home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_util / mcm10g5.zip / ROUTE.MCM < prev    next >
Text File  |  1996-01-17  |  3KB  |  103 lines

  1. ;===========================================================================
  2. ; Route-Configfile for McMail
  3. ;===========================================================================
  4. ;
  5. ; <flavor> <node> [nodes...]
  6. ;
  7. ;   Routes mail addressed to [nodes] through <node>.  You must specify at
  8. ;   least two entries, a mail-destination (nodes) and a final
  9. ;   pkt-destination (node).
  10. ;
  11. ;   Examples:
  12. ;
  13. ;    HLD 2:2426/2001.* 2:2426/2001.*
  14. ;     Route mail for my points direct to them.
  15. ;
  16. ;    CRS 2:2426/2090 2:2426/2090.*
  17. ;     Route mail for 2:2426/2090 and his points Crash to 2:2426/2090.0
  18. ;
  19. ;    IMM 2:24/24 1:* 2:240/*
  20. ;     Route all mail for zone1 and net240 in zone2 to 2:24/24
  21. ;
  22. ;    NRM 2:2426/0 1:* 2:* 3:* 4:* 5:* 6:*
  23. ;     Route all mail for ALL nodes in zones 1 through 6 to 2:2426/0
  24. ;     if you only route mail in zone2 you can also write:
  25. ;     NRM 2:2426/0 *
  26. ;
  27. ;    It's possible to do a kind of HUB-Routing, but without nodelist-
  28. ;    checking it can do junk!
  29. ;
  30. ;    NRM 2:2426/3000 2:2426/3*
  31. ;     All mail that match 2:2426/3???.? will be packed for 2:2426/3000
  32. ;
  33. ;
  34. ;
  35. ; Flavor can be:
  36. ;
  37. ;  HLD - Hold
  38. ;  NRM - Normal
  39. ;  DIR - Direct (Normal)
  40. ;  CRS - Crash
  41. ;  IMM - Immidiat
  42. ;
  43. ;
  44. ; The list will be processed top to match. So you can define more than
  45. ; one line for one destination-node.
  46. ;
  47. ; If McM doesn't find a matching entry the mail will be flagged HOLD
  48. ; and routed direct to the destinationadress
  49. ;
  50. ; If a Mail has the FileRequest-Status and is not Local, the request
  51. ; status will be stripped.
  52. ;
  53. ; Filerouting will be handled in the same way. You only have to add
  54. ; the keyword FILES before the routinginformation.
  55. ;
  56. ;  FILES CRS 2:2426/2011  2:2426/2010.* 2220.*
  57. ;
  58. ; This example will route all files to 2:2426/2010.* and 2:2426/2220.*
  59. ; Crash to 2:2426/2011
  60. ;
  61. ; InTransit fileattaches with no fileroutingmatch will be flagged
  62. ; HOLD and routed direct.
  63. ;
  64. ;
  65. ;===========================================================================
  66. ; Here is an example of my routing
  67. ;===========================================================================
  68. ;
  69. ; ****File-Routing****
  70. FILES HLD 2:2426/2030 2:2426/2030.* 2031.* 2032.* 2033.* 2034.* 2120.* 2121.*
  71. FILES HLD 2:2426/2030 2:2426/2070.* 2260.* 2180.* 3007.* 3008.* 3020.* 3021.* 3022.*
  72. FILES NRM 2:2426/2011 2:2426/2010.* 2011.* 1.* 2220.* 2:2448/* 2:243/*
  73. ;
  74. ; ----------- MyPoints
  75. HLD 2:2426/2001.* 2:2426/2001.*
  76. ;
  77. ; ****FidoNet-Routing****
  78. NRM 2:2426/2011 2:2426/2010.* 2011.* 1.* 2220.* 2:2448/* 2:243/*
  79. HLD 2:2426/2020 2:2426/2020.* 2021.*
  80. HLD 2:2426/2030 2:2426/2030.* 2031.* 2032.* 2033.* 2034.* 2120.* 2121.*
  81. HLD 2:2426/2030 2:2426/2070.* 2260.* 2180.* 3007.* 3008.* 3020.* 3021.* 3022.*
  82. ;
  83. ;[many many more...<g>]
  84. ;
  85. HLD 2:2426/1100 2:2426/1*
  86. HLD 2:2426/3000 2:2426/3*
  87. HLD 2:2426/4000 2:2426/4*
  88. HLD 2:2426/5000 2:2426/5*
  89. NRM 2:24/24     2:240/* 2:24/24.*
  90. NRM 2:24/99     1:* 2:* 3:* 4:* 5:* 6:*
  91. ;
  92. ; ****GerNet-Routing****
  93. HLD 21:495/1025.* 21:495/1025.*
  94. NRM 21:495/1000   21:*
  95. ;
  96. ; ****PrgNet-Routing****
  97. HLD 236:262/2090  236:262/2090.*
  98. HLD 236:262/2000  236:*
  99. ;
  100. ;===========================================================================
  101. ;EOF
  102. ;===========================================================================
  103.